Array.opCall

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Array!T opCall(size_t capacity)
  2. Array!T opCall(size_t length, T value)
  3. Array!T opCall(T[] arr)
    struct Array(T)
    static @nogc
    opCall
    (
    scope T[] arr
    )

Meta